AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Tabla dinámica
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Collapses all row and/or column headers in a Pivot Table control.
Example
// Loads the data file
PVTLoad(PVT_Statistics, sFile)
// Collapses all headers of the Pivot Table control
PVTCollapseAll(PVT_Statistics)
Syntax
PVTCollapseAll(<Pivot Table control> [, <Type of header>])
<Pivot Table control>: Control name
Name of the Pivot Table control to be used. This Pivot Table control must have been filled by PVTCalculateAll or by PVTLoad.
<Type of header>: Optional Integer constant (or combination of constants)
Type of header to collapse:
pvtColumnHeaderCollapses the column headers.
pvtRowHeaderCollapses the row headers.

If this parameter is not specified, the row headers AND the column headers are collapsed.
Business / UI classification: UI Code
Component: wd290obj.dll
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 04/09/2023

Señalar un error o enviar una sugerencia | Ayuda local